/* 首页样式表 */
body {
    position: relative;
}

/* 头部: strat */
.header {
    width: 100%;
    background: #34495e;
}
.header-left {
    float: left;
}
.header-right {
    float: right;
}
.header a {
    display: block;
    font-size: 12px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
}
/* 学校首页 */
.jnu-homepage a {
    padding: 0px 20px;
}
.jnu-homepage img {
    width: 20px;
    height: 20px;
}

/* 收藏 */
.collection {
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    padding: 0px 15px;
    cursor: pointer;
}
.collection img {
    max-width: 100%;
    height: 20px;
}

/* 微信公众号 */
.wechat-account {
    float: left;
    position: relative;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    padding: 0px 15px;
    cursor: pointer;
}
.wechat-account img {
    width: 20px;
    height: 20px;
}
.wechat-account .arrow-down {
    width: 16px;
    height: 16px;
}
.qr-code {
    z-index: 200;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    padding: 10px;
    background: #ffffff;
    display: none;
}
.qr-code img {
    width: 100px;
    height: 100px;
}

/* 登录 */
.login {
    float: left;
    position: relative;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    padding: 0px 15px;
    cursor: pointer;
}
.login img:nth-child(1) {
    max-width: 100%;
    height: 20px;
}
.login .arrow-down {
    width: 16px;
    height: 16px;
}
.login .login-item {
    display: none;
    z-index: 200;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
}
.login .login-item a {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    background: #ffffff;
    text-align: center;
    color: #333333;
    padding-top: 10px;
}
.login .login-item a:hover {
    color: #1e649f;
}
.login .login-item .login-item-icon {
    width: 100%;
    height: 60px;
    border-right: 1px solid #1e649f;
}
.login .login-item a:nth-child(1) .login-item-icon {
    background: url(/_upload/tpl/09/49/2377/template2377/images/icon_2_deep.png) center center no-repeat;
}
.login .login-item a:nth-child(2) .login-item-icon {
    background: url(/_upload/tpl/09/49/2377/template2377/images/icon_3_deep.png) center center no-repeat;
}
.login .login-item a:nth-child(3) .login-item-icon {
    background: url(/_upload/tpl/09/49/2377/template2377/images/icon_4_deep.png) center center no-repeat;
    border-right: none;
}

.login .login-item p {
    height: 30px;
    font-size: 12px;
    line-height: 12px;
}
/* 企业注册 */
.enterprise-registration {
    float: left;
}
.enterprise-registration a {
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    padding: 0px 15px;
}

/* 国际组织实习任职 */
.international-internship {
    float: left;
}
.international-internship a {
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    padding: 0px 15px;
}

/* PC端搜索框 */
.search-form {
    float: left;
    position: relative;
    width: 280px;
    padding: 6px 0px;
    margin: 0px 10px;
    background: #34495e;
}
.search-form form {
    width: 100%;
}
.search-form input {
    line-height: 28px;
    display: block;
    width: 100%;
    color: #333333;
    padding: 0px 70px 0px 8px;
}
.search-form button {
    position: absolute;
    right: 0px;
    top: 6px;
    width: 45px;
    height: 28px;
    background: #1e649f;
}
/* 头部: end */

/* 主内容区: start */
.main {
    position: relative;
}

/* banner轮播图 */
.banner-slider {
    position: relative;
    min-height: 839px;
}
.banner-slider img {
    min-height: 839px;
}
.bx-viewport {
    min-height: 839px;
}
.direction-prev {
    display: none;
    z-index: 100;
   width: 60px;
   height: 60px;
   background: url(/_upload/tpl/09/49/2377/template2377/images/banner_arrow_left.png) center center no-repeat;
   position: absolute;
   left: 30px;
   top: 50%;
   transform: translateY(-50%);
}
.direction-prev:hover {
  cursor: pointer;  
}
.direction-next {
    display: none;
    z-index: 100;
    width: 60px;
    height: 60px;
    background: url(/_upload/tpl/09/49/2377/template2377/images/banner_arrow_right.png) center center no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.direction-next:hover {
    cursor: pointer;  
}

/* 网站logo,导航栏 */
.nav-all {
    z-index: 100;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
}
.logo {
    float: left;
    border-bottom: 10px solid #1e649f;
    background: rgba(255, 255, 255, 0.6);
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.logo a img {
    width: 410px;
    height: 112px;
    margin-right: 55px;
}
.nav {
    float: left;
    padding: 16px 0px 26px 0px;
}
.navlist {
    position: relative;
    background: rgba(25, 88, 139, 0.8);
    width: 705px;
}
.nav-item {
    float: left;
}
.nav-item.on {
    background: rgba(96, 176, 244, 0.8);
}
.nav-item:hover {
    background: rgba(96, 176, 244, 0.8);
}
.nav-item>a {
    position: relative;
    display: block;
    padding: 0px 20px 0px 80px;
    font-size: 18px;
    line-height: 80px;
    color: #ffffff;
}
.nav-item>a .nav-item-icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
}
.nav-item:nth-child(1)>a .nav-item-icon {
    background: url(/_upload/tpl/09/49/2377/template2377/images/icon_1.png) center center no-repeat;
}
.nav-item:nth-child(2)>a .nav-item-icon {
    background: url(/_upload/tpl/09/49/2377/template2377/images/icon_2.png) center center no-repeat;
}
.nav-item:nth-child(3)>a .nav-item-icon {
    background: url(/_upload/tpl/09/49/2377/template2377/images/icon_3.png) center center no-repeat;
}
.nav-item:nth-child(4)>a .nav-item-icon {
    background: url(/_upload/tpl/09/49/2377/template2377/images/icon_4.png) center center no-repeat;
}
.nav2 {
    display: none;
    position: absolute;
    top: 80px;
    right: 0px;
    width: 569px;
    padding: 10px 0px 20px;
    background: rgba(96,176,244,0.8);
}
.nav2 a {
    display: block;
    color: #ffffff;
    padding: 0px 10px;
    margin: 0px 5px;
    font-size: 14px;
    line-height: 36px;
}
.nav2-item {
    width: 100%;
}
.nav2-item>a {
    float: left;
    width: 100px;
    text-align: center;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    padding: 0px 0px;
}
.nav2-item .nav3 {
    float: right;
    width: 449px;
}
.nav3 {
    border-bottom: 1px dashed #ffffff;
    padding: 10px 0px;
    margin-right: 10px;
}
.nav3 a:hover {
    background: #1e649f;
}
.nav3 .nav3-item {
    float: left;
}

/* 登录按钮 */
.login-graduate,.login-employer,.login-employment {
    margin-left: 120px;
    margin-top: 30px;
}
.login-graduate a,.login-employer a,.login-employment a {
    background: #1e649f;
    line-height: 36px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    border-radius: 5px;
}
.login-graduate a {
    width: 90px;
}
.login-employer a {
    width: 110px;
}
.login-employment a {
    width: 104px;
}

/* 底部列表内容: satrt */
.employment-info {
    z-index: 100;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
}

/* 综合新闻、就业快讯: satrt */
.info-section {
    float: left;
    width: 350px;
}
.info-section .info-column {
    position: relative;
    float: left;
    width: 100%;
    line-height: 56px;
    padding-left: 56px;
}
.info-section .info-column::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 56px;
    height: 56px;
    background: url(/_upload/tpl/09/49/2377/template2377/images/bookmark2.png) center center no-repeat;
}
.info-section .info-column .column-title {
    float: left;
    margin-right: 18px;
    width: 113px;
}
.info-section .info-column .column-title span {
    font-size: 18px;
}
.info-section .info-column .column-title a {
    position: relative;
    font-size: 12px;
}
.info-section .info-column .column-title a::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/_upload/tpl/09/49/2377/template2377/images/arrow_lean.png) center center no-repeat;
}
.info-section .info-column .column-item {
    float: left;
}
.info-section .info-column .column-item span {
    padding: 0px 12px;
    border-right: 1px solid #1e649f;
    cursor: pointer;
    font-size: 14px;
}
.info-section .info-column .column-item span.on {
    cursor: default;
    color: #1e649f;
}
.info-section .info-column .column-item span:last-child {
    padding-right: 0px;
    border-right: none;
}
.info-section .info-content {
    float: left;
    width: 100%;
    padding-left: 15px;
    height: 272px;
    
    display: none;
}
.info-section .info-content ul {
    display: none;
}
.info-section .info-content .list-item a {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px dashed #ffffff;
    padding-left: 10px;
    padding-right: 80px;
}
.info-section .info-content .list-item a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
    border-radius: 4px;
    background: #1e649f;
}
.info-section .info-content .list-item a .title {
    font-size: 14px;
    line-height: 44px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.info-section .info-content .list-item a .date {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}
/* 综合新闻、就业快讯: end */
/* 就业信息: start */
.info-section1 {
    float: left;
    width: 560px;
    margin-left: 10px;
}
.info-section1 .info-column {
    position: relative;
    float: left;
    width: 100%;
    line-height: 56px;
    padding-left: 56px;
}
.info-section1 .info-column::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 56px;
    height: 56px;
    background: url(/_upload/tpl/09/49/2377/template2377/images/bookmark2.png) center center no-repeat;
}
.info-section1 .info-column .column-title {
    float: left;
    margin-right: 18px;
    width: 132px;
}
.info-section1 .info-column .column-title span {
    font-size: 18px;
}
.info-section1 .info-column .column-title a {
    position: relative;
    font-size: 12px;
}
.info-section1 .info-column .column-title a::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/_upload/tpl/09/49/2377/template2377/images/arrow_lean.png) center center no-repeat;
}
.info-section1 .info-column .column-item {
    float: left;
}
.info-section1 .info-column .column-item span {
    padding: 0px 12px;
    border-right: 1px solid #1e649f;
    cursor: pointer;
    font-size: 14px;
}
.info-section1 .info-column .column-item span.on {
    cursor: default;
    color: #1e649f;
}
.info-section1 .info-column .column-item span:last-child {
    padding-right: 0px;
    border-right: none;
}
.info-section1 .info-column .info-content {
    float: left;
    width: 100%;
    padding-left: 15px;
    height: 272px;

    display: none;
}
.info-section1 .info-column .info-content ul {
    width: 100%;
    color: #000000;
    font-size: 14px;
    line-height: 44px;

    display: none;
}
/* 就业信息: end */

/* 招聘日历: satrt */
.info-section2 {
    float: left;
    width: 245px;
    
    /* margin-left: 10px; */
    background: #1e649f;
}
.calendar {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}
/* 新增 */
.date-js .show-week {
	display: none;
}
.date-js .show-month {
	display: none;
}
.date-js .bts {
	display: none;
}

/* 招聘日历: end */

/* 底部列表内容: end */


/* 主内容区: end */

/* 底部: strat */
.footer {
    height: 90px;
    padding: 18px 0px;
    border-top: 10px solid #1e649f;
    background: #34495e;
    font-size: 12px;
    color: #ffffff;
}
.footer a {
    color: #ffffff;
    padding: 0px 5px;
}
.footer-section1 span {
    padding: 0px 5px;
} 
.footer-section1 {
    width: 100%;
}
.footer-section1 .section1-left {
    float: left;
    padding: 2px 0px;
}
.footer-section1 .section1-left a:hover {
    color: #1e649f;
}
.footer-section1 .section1-left span {
    display: block;
    float: left;
    position: relative;
}
.footer-section1 .section1-left span::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    border: 1px solid #ffffff;
}
.footer-section1 .section1-left span:last-child:after {
    display: none;
}
.footer-section1 .section1-right {
    float: right;
    padding: 2px 0px;
}
.footer-section1 .section1-right a {
    display: block;
    float: left;
    position: relative;
}
.footer-section1 .section1-right a:hover {
    color: #1e649f;
}
.footer-section1 .section1-right a::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    border: 1px solid #ffffff;
}
.footer-section1 .section1-right a:last-child:after {
    display: none;
}
.footer-section2 {
    width: 100%;
}
.footer-section2 .section2-left {
    float: left;
    padding: 2px 0px;
}
.footer-section2 span {
    display: block;
    float: left;
    padding: 0px 4px;
}
.footer-section2 .section2-right {
    float: right;
    padding: 2px 0px;
}
/* 底部: end */

/* 悬浮窗 */
#moveWindow {
    z-index: 200;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 176px;
    height: 74px;
}
#moveWindow .window-container {
    position: relative;
    width: 100%;
    height: 100%;
}
#moveWindow a {
    display: block;
    width: 100%;
    height: 100%;
}
#moveWindow a img {
    width: 175px;
    height: 75px;
}
#removeWindow {
    z-index: 210;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #cccccc;
    width: 40px;
    height: 18px;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}